[SOLVED] Manual removal of datatype from Db kills DocType using that DataType
Umbraco 7.2
ASP.NET 4.5
Windows Server 2012
IIS 8
I installed the uCKEditor package
Set a DocType to use the new Editor
Went to Add content using that DocType and No editor was displayed
Uninstalled uCKEditor
Umbraco failed to run.
Manually Uninstalled uCKEditor settings from DB including DocType
Restarted IIS
Umbraco started fine
Went to DocType and received the following error:
Server Error in '/' Application.
No dataType with id = 2102 found
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: No dataType with id = 2102 found
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
[SOLVED] Manual removal of datatype from Db kills DocType using that DataType
Server Error in '/' Application.
No dataType with id = 2102 found
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.ArgumentException: No dataType with id = 2102 found
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
is working on a reply...